18. CSS Grid: Advanced Concepts

I. Grid-template-areas

Explanation: Grid areas ko naam dene ke liye grid-template-areas use hota hai. Ye layout ko samajhne me easy banata hai.

II. Aligning Grid Items

Explanation: Grid items ko center ya kisi bhi direction me align karne ke liye align-items aur justify-items use hote hain.

III. Auto-Placement

Explanation: Jab aap grid me items place karte ho bina kisi row/column specify kiye, to Grid auto-placement ka use karta hai.

IV. Grid Gaps

Explanation: Rows aur columns ke beech spacing ke liye gap property ka use hota hai.